home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_53025.txt < prev    next >
Text File  |  1991-02-27  |  640b  |  33 lines

  1. -- card: 53025 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10.     # define     MAX_ELEMENTS        1000
  11.               .
  12.               .
  13.         float  f_array[MAX_ELEMENTS];
  14.               .
  15.               .
  16.         for (i=0 ; i<MAX_ELEMENTS ; i++)
  17.               .
  18.               .
  19.  
  20. The replacement text may be any symbol or expression recognized by the compiler:
  21.  
  22.     # define      EQUALS       ==
  23.              .
  24.              .
  25.         if (c  EQUALS  'x')
  26.              .
  27.              .
  28.  
  29.  
  30.  
  31. -- part contents for background part 7
  32. ----- text -----
  33. 170